home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Readers / Gui4Cli / ReadMe.Now < prev    next >
Text File  |  1997-12-02  |  3KB  |  82 lines

  1.  
  2.  
  3.                       *** Gui4Cli 3.3 ***
  4.  
  5. Gui4Cli is an easy scripted language for creating & running GUIs.
  6.  
  7. Version 3.3 has no major changes from V3.2 - except for a fix of
  8. the INSTALL script, various improvements on the guis and some small
  9. bug fixes.
  10.  
  11. Version 3.2 had huge changes - 
  12.   OLD USERS - Please read the changes file.
  13.   Variable handling has changed a little and may cause problems with
  14.   older guis.
  15.  
  16.                          INSTALLATION
  17.  
  18. Gui4Cli is made up of 2 files :
  19. - Gui     : which is a loader for Gui4Cli and it's scripts, and
  20. - Gui4Cli : which is the main program.
  21.  
  22. All the other files are optional. 
  23.  
  24. It is highly recommended that you click on the install icon and 
  25. let Gui4Cli install itself fully, but if you want the minimum 
  26. installation, you could copy the above two files in your c: 
  27. directory and be done with it.
  28.  
  29. You will not, however, be able to run most of the scripts..
  30.  
  31. The full installation will do the following :
  32. 1. Create a directory called Gui4Cli and copy Gui4Cli and all
  33.    the included scripts, manuals etc, into it.
  34. 2. Create an assignment to this directory, called GUIs:
  35. 3. Add the subdirectory GUIs:c to your default path
  36. 4. Add commands to you user-startup file for Nos 2&3 above.
  37. 5. Copy the Gui program to your c: directory.
  38. 6. Copy a graphic font to your fonts directory.
  39. That's it..
  40.  
  41.                         Gui4Cli Setup
  42.  
  43. The GUIs: directory, where Gui4Cli will reside if you installed
  44. it as recommended, has the following structure :
  45.  
  46. - GUIs:C
  47. This dir contains some small pure CLI commands which are used 
  48. by the Dir.gc File Manager and other scripts. 
  49. - GUIs:Dir
  50. This is a full application (a file manager) written in Gui4Cli.
  51. - GUIs:Docs
  52. Contains the manuals for Gui4Cli and the tutorial scripts
  53. - GUIs:G4C
  54. This is a directory where you can keep your own guis.
  55. - GUIs:Tools
  56. Contains various common scripts which are used by other guis and
  57. which you can also use in your own guis. It also contains various
  58. Icons, Images, ARexx scripts etc
  59.  
  60. - The Gui "loader" will be copied to the c: directory
  61. - Gui4Cli itself will be in GUIs:
  62.  
  63.                          IMPORTANT :
  64.  
  65. Always start-up Gui4Cli using the c:gui program, as it will
  66. make sure that Gui4Cli inherits your default system paths
  67. even if started from the Workbench.
  68.  
  69. Always set the default tool of your Gui4Cli script icons to
  70. "GUI", so that they are started up by c:gui, which is smaller
  71. and faster. You can also make c:gui resident, if you want.
  72.  
  73. One of the best ways to start-up Gui4Cli is to write a small 
  74. script, setting your favourite editor, output etc and save it
  75. in your WBStartup drawer. Give the script an icon with the 
  76. default tool set to GUI.
  77.  
  78.  
  79. D. Keletsekis
  80. November 1997
  81. dck@prometheus.hol.gr
  82.